All Questions
Tagged with postgresqlcertificates
2 questions
1vote
2answers
1kviews
Is it bad to give www-data user access to Postgres client certificate?
I have a first server running a Postgres database. I have allowed remote access to this database, using certificates for authentification (following this tutorial). Now I have a second server running ...
2votes
0answers
2kviews
Connecting to postgres with SSL
I need help understanding some basics about the postgres database server and SSL. I am developing a Windows desktop application that will connect to a postgres database, in single user mode, with both ...